home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / pcbk / shared.dir / 00311.ls < prev    next >
Encoding:
Text File  |  1995-06-01  |  285 b   |  19 lines

  1. on enterFrame
  2.   preLoad()
  3. end
  4.  
  5. on exitFrame
  6.   global gprev, gnext, grtrv
  7.   waitticks(360)
  8.   disablebuttons()
  9.   if grtrv = 1 then
  10.     puppetTransition(51, 2)
  11.   else
  12.     if gprev = 1 then
  13.       puppetTransition(12, 2, 2)
  14.     else
  15.       puppetTransition(11, 2, 2)
  16.     end if
  17.   end if
  18. end
  19.